CSIZE

Syntax: CSIZE [#channel,] width,height
Location: QL ROM

This command sets the size and spacing of characters in the given channel (default #1).

width ranges from 0 to 3 and there are two possible heights, 0 and 1.  Each width and height corresponds to a certain pixel size:

width spacing size  height spacing size
0      6       5     0     10       9
1      8       5     1     20      18
2     12      10
3     16      10

In low resolution mode width 0 and 1 have no effect: in that mode, the smallest character size allowable is 12 pixels wide; CSIZE 2,0.

CROSS-REFERENCE:
CHAR_INC allows you to change spacing independently of character size.
MODE will reset the character size to the default (ie. 2,0 in MODE 8 and 0,0 in MODE 4).
The command AT is also affected by the current character spacing.
